projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a62270
)
Export some more symbols.
author
kaf24@firebug.cl.cam.ac.uk
<kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Oct 2005 08:20:48 +0000
(09:20 +0100)
committer
kaf24@firebug.cl.cam.ac.uk
<kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Oct 2005 08:20:48 +0000
(09:20 +0100)
linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
patch
|
blob
|
history
linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
patch
|
blob
|
history
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
patch
|
blob
|
history
diff --git
a/linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
b/linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
index 7915b4f39496ee9c3a24cd30a3b58152129fc76d..84b769a14b7f4479d83f6c8840d1a9a99f01bbd6 100644
(file)
--- a/
linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
+++ b/
linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
@@
-365,6
+365,7
@@
EXPORT_SYMBOL(phys_to_machine_mapping);
/* Raw start-of-day parameters from the hypervisor. */
start_info_t *xen_start_info;
+EXPORT_SYMBOL(xen_start_info);
static void __init limit_regions(unsigned long long size)
{
diff --git
a/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
b/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
index cef53c81ccbe3ced24d7a906d3e1664347cefc37..99f928e1a355f1f48ab35925db237c16622f36af 100644
(file)
--- a/
linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
+++ b/
linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
@@
-629,6
+629,7
@@
void notify_remote_via_irq(int irq)
if (VALID_EVTCHN(evtchn))
notify_remote_via_evtchn(evtchn);
}
+EXPORT_SYMBOL(notify_remote_via_irq);
void irq_resume(void)
{
diff --git
a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
index 3a090e24c10c1b12564361a46041363e0c590207..2df3585c0837d1c42a28a51aa7d36a20bec294be 100644
(file)
--- a/
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
+++ b/
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
@@
-86,6
+86,7
@@
DEFINE_PER_CPU(int, nr_multicall_ents);
/* Raw start-of-day parameters from the hypervisor. */
start_info_t *xen_start_info;
+EXPORT_SYMBOL(xen_start_info);
#endif
/*